home *** CD-ROM | disk | FTP | other *** search
/ Willard Press Kit / Willard Press Kit.iso / pc / acrobat reader 5 pc / plug_ins / webbuy.api / EXVW / 20005 < prev    next >
Text File  |  2002-12-13  |  444b  |  14 lines

  1. gMaxTextWidth = max(
  2.     zstring_width(zstring: '$$$IDS_FDFWrapSaveTypeDefault'),
  3.     zstring_width(zstring: '$$$IDS_FDFWrapSaveTypeTemp'),
  4.     zstring_width(zstring: '$$$IDS_FDFWrapSaveTypePrompt'));
  5.  
  6. dialog(name: '$$$/Dialogs/FDFWrap/Title' )
  7. {
  8.     group() {
  9.         static_text(item_id: 'note', name: '$$$/Dialogs/FDFWrap/Note', width: gMaxTextWidth + max_char_width() * 8 );
  10.         popup(item_id: 'type', alignment: align_fill );
  11.         ok_cancel();
  12.     }
  13. }
  14.